home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMLOCKKEYBOARD / TFRMLOCKKEYBOARD.txt
Encoding:
Text File  |  2003-01-14  |  1.8 KB  |  85 lines

  1. inherited frmLockKeyboard: TfrmLockKeyboard
  2.   Left = 472
  3.   Top = 122
  4.   HelpContext = 49
  5.   OldCreateOrder = True
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited pnlTop: TPanel
  9.     inherited lblCommandName: TLabel
  10.       Caption = ''
  11.     end
  12.     inherited memActionDesc: TMemo
  13.       Lines.Strings = (
  14.         'Blocks user input from the keyboard and mouse.')
  15.     end
  16.   end
  17.   inherited pnlCenter: TPanel
  18.     inherited pgcControlPage: TPageControl
  19.       HelpContext = 49
  20.       inherited tbsAM5Main: TTabSheet
  21.         object lblAction: TLabel
  22.           Left = 10
  23.           Top = 16
  24.           Width = 34
  25.           Height = 13
  26.           Caption = 'Action:'
  27.         end
  28.         object rdoLock: TRadioButton
  29.           Left = 20
  30.           Top = 35
  31.           Width = 401
  32.           Height = 17
  33.           Caption = '&Block input'
  34.           Checked = True
  35.           TabOrder = 0
  36.           TabStop = True
  37.         end
  38.         object rdoUnlock: TRadioButton
  39.           Left = 20
  40.           Top = 59
  41.           Width = 401
  42.           Height = 17
  43.           Caption = '&Unblock input'
  44.           TabOrder = 1
  45.         end
  46.       end
  47.     end
  48.   end
  49.   inherited taclKeyboardTrap: TActionList
  50.     Left = 196
  51.   end
  52.   inherited dxSIBarManager: TdxBarManager
  53.     Categories.ItemsVisibles = (
  54.       2)
  55.     Categories.Visibles = (
  56.       True)
  57.     PopupMenuLinks = <
  58.       item
  59.         Control = lsvAM5Errors
  60.         PopupMenu = dxCheckPopup
  61.       end>
  62.     DockControlHeights = (
  63.       0
  64.       0
  65.       0
  66.       0)
  67.   end
  68.   inherited dxCheckPopup: TdxBarPopupMenu
  69.     ItemLinks = <
  70.       item
  71.         Item = itmCheckAllErrors
  72.         UserGlyph.Data = {00000000}
  73.         Visible = True
  74.       end
  75.       item
  76.         Item = itmCheckNoErrors
  77.         UserGlyph.Data = {00000000}
  78.         Visible = True
  79.       end>
  80.   end
  81.   inherited IvTranslator1: TIvTranslator
  82.     Left = 228
  83.   end
  84. end
  85.